@media screen and (min-width: 768px) {
    section.banner-centered .blacklist-search select {
        min-width: 220px;
    }
}
section.blacklists {
    background: #f6f6f6;
}
section.blacklists ul {
    max-width: 970px;
}
.short-blacklist {
    background: #fff;
    border: 1px solid #dae7e7;
    border-radius: 5px;
    font-size: 15px;
    font-size: 0.9375rem;
    color: rgba(1,23,45,0.7);
    text-align: center;
}
@media screen and (min-width: 768px) {
    .short-blacklist {
        text-align: left;
    }
}
.short-blacklist > div {
    border-top: 1px solid #eef1f6;
}
.short-blacklist > div:nth-child(1) {
    border-top: 0;
}
@media screen and (min-width: 768px) {
    .short-blacklist .image {
        width: 200px;
        max-width: 200px;
        flex: 1 0 200px;
        border-right: 1px solid #eef1f6;
    }
}
.short-blacklist .info {
    width: 100%;
}
.short-blacklist h2 {
    text-align: center;
    font-size: 26px;
    font-size: 1.625rem;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
@media screen and (min-width: 768px) {
    .short-blacklist h2 {
        text-align: left;
    }
}
.short-blacklist h2:focus,
.short-blacklist h2:hover {
    color: #f55340;
}
.short-blacklist .buttons {
    text-align: center;
}
@media screen and (min-width: 768px) {
    .short-blacklist .buttons {
        text-align: left;
    }
}
.short-blacklist .buttons a {
    position: relative;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    line-height: 1;
    font-size: 13px;
    font-size: 0.8125rem;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.short-blacklist .buttons a ~ a {
    margin-left: 20px;
}
.short-blacklist .buttons a ~ a:before {
    content: '';
    position: absolute;
    top: 6px;
    left: -10px;
    width: 1px;
    height: calc(100% - 10px);
    background: #000;
}
.short-blacklist .buttons a:focus,
.short-blacklist .buttons a:hover {
    color: #f55340;
}
.short-blacklist .desc p:last-child {
    margin-bottom: 0;
}
.short-blacklist .scam-reports p {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #f55340;
    background: rgba(245,83,64,0.3);
    padding: 0 5px;
}
@media screen and (min-width: 768px) {
    .short-blacklist .actions {
        border-left: 1px solid #eef1f6;
    }
}
.short-blacklist .actions .btn {
    white-space: nowrap;
    font-size: 17px;
    font-size: 1.0625rem;
}
.short-blacklist .actions .action-scam {
    text-transform: uppercase;
    color: #01172d;
    font-weight: 700;
    font-size: 13px;
    font-size: 0.8125rem;
}
.short-blacklist .actions .action-scam p {
    white-space: nowrap;
    margin-bottom: 9px !important;
}
.short-blacklist .actions .action-scam button {
    background: transparent;
    padding: 0;
    color: #01172d;
    font-weight: 400;
    font-size: 10px;
    font-size: 0.625rem;
}
.short-blacklist .actions .action-scam button .img {
    border-radius: 100%;
    background: #ebebeb;
    width: 45px;
    height: 45px;
    padding: 10px;
    margin-bottom: 5px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.short-blacklist .actions .action-scam button.btn-opponents .img {
    transform: rotate(180deg);
}
.short-blacklist .actions .action-scam button img {
    filter:brightness(0.3) invert(1);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.short-blacklist .actions .action-scam button.active .img,
.short-blacklist .actions .action-scam button:hover .img {
    background: #39a35e;
}
.short-blacklist .actions .action-scam button.active.btn-opponents .img,
.short-blacklist .actions .action-scam button:hover.btn-opponents .img {
    background: #f55340;
}
.short-blacklist .actions .action-scam button.active img,
.short-blacklist .actions .action-scam button:hover img {
    filter:brightness(0) invert(1)
}
.short-blacklist .for-comment-form {
    color: #01172d;
    overflow: hidden;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.short-blacklist .for-comment-form.init {
    height: 0;
}
.short-blacklist .for-comment-form h3 {
    color: #01172d;
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 0;
}
.short-blacklist .for-comment-form .comment-form {
    display: flex;
    flex-wrap: wrap;
}
.short-blacklist .for-comment-form textarea {
    resize: none;
}
.short-blacklist .for-comment-form p {
    width: 100%;
}
@media screen and (max-width: 575px) {
    .short-blacklist .for-comment-form p.comment-form-author,
    .short-blacklist .for-comment-form p.comment-form-email,
    .short-blacklist .for-comment-form p.comment-form-phone {
        margin-left: 0 !important;
    }
}
@media screen and (min-width: 576px) {
    .short-blacklist .for-comment-form p.comment-form-author,
    .short-blacklist .for-comment-form p.comment-form-email,
    .short-blacklist .for-comment-form p.comment-form-phone {
        width: calc(33.33333% - 2rem/3);
    }
    .short-blacklist .for-comment-form p.comment-form-author:first-child,
    .short-blacklist .for-comment-form p.comment-form-email:first-child,
    .short-blacklist .for-comment-form p.comment-form-phone:first-child {
        margin-left: 0 !important;
    }
}
.short-blacklist .for-comment-form p input,
.short-blacklist .for-comment-form p label,
.short-blacklist .for-comment-form p textarea {
    width: 100%;
}
.short-blacklist .for-comment-form p.form-submit input[type="submit"] {
    width: auto;
    margin: 0;
}
.short-blacklist .for-comment-form p.form-submit button {
    border: 0;
    background: transparent;
    color: #000;
    padding: 1rem;
    font-size: 15px;
    font-size: 0.9375rem;
}
.short-blacklist .for-comment-form p.form-submit button:focus,
.short-blacklist .for-comment-form p.form-submit button:hover {
    color: #f55340;
}
section.blocks-with-links .block {
    color: #01172d;
}
@media(min-width: 1600px) {
    .desc {
        max-height: 210px;
    }
}
.blacklist-search .pl-2.pl-md-4 {
    display: none !important;
}
@media screen and (max-width: 767px) {
    .comment-form p {
        text-align: center;
        justify-content: center !important;
    }
    .blacklist-sidebar {
        margin-top: 30px;
    }
}
@media screen and (min-width: 768px) {
    #respond p.comment-form-country {
        margin-left: 0!important;
        width: calc(50% - 2rem/4);
    }
    #respond p.comment-form-author,
    #respond p.comment-form-email,
    #respond p.comment-form-phone {
        width: calc(50% - 2rem/4);
    }
    .short-blacklist .for-comment-form p.comment-form-author,
    .short-blacklist .for-comment-form p.comment-form-email,
    .short-blacklist .for-comment-form p.comment-form-phone {
        width: calc(50% - 2rem/4);
    }
    .short-blacklist .for-comment-form p.comment-form-country {
        margin-left: 0!important;
        width: calc(50% - 2rem/4);
    }
    .comment-form .for-acceptance {
        display: flex;
        align-items: center;
        width: 50% !important;
        min-height: 57px;
        margin: 0;
    }
    .comment-form .form-submit {
        width: 50% !important;
    }
}